Resource StructureDefinition/FHIR Server from package de.basisprofil.r4#1.5.4 (110 ms)
Package | de.basisprofil.r4 |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&canonical=http://fhir.de/StructureDefinition/address-de-basis |
Url | http://fhir.de/StructureDefinition/address-de-basis |
Version | 1.5.4 |
Status | active |
Date | 2025-06-16 |
Name | AddressDeBasis |
Title | Adresse, deutsches Basisprofil |
Experimental | False |
Authority | hl7 |
Description | Erweiterung des komplexen Datentyps Address zur Verwendung im Kontext der Deutschen Basis-Profile |
Purpose | Einige Systeme und Standards in Deutschland erfordern die separate Erfassung von Straße und Hausnummer.
Die Erweiterung des Datentyps Address fügt hierfür die entsprechenden ISO-Extensions hinzu.
Ob deren Verwendung in einem konkreten Kontext verpflichtend ist, muss in den abgeleiteten Profilen festgelegt werden. |
Copyright | HL7 Deutschland e.V. |
Type | Address |
Kind | complex-type |
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "address-de-basis",
"url" : "http://fhir.de/StructureDefinition/address-de-basis",
"version" : "1.5.4",
"name" : "AddressDeBasis",
"title" : "Adresse, deutsches Basisprofil",
"status" : "active",
"experimental" : false,
"date" : "2025-06-16",
"publisher" : "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.de/technische-komitees/fhir/"
}
]
}
],
"description" : "Erweiterung des komplexen Datentyps Address zur Verwendung im Kontext der Deutschen Basis-Profile",
"purpose" : "Einige Systeme und Standards in Deutschland erfordern die separate Erfassung von Straße und Hausnummer.\r\nDie Erweiterung des Datentyps Address fügt hierfür die entsprechenden ISO-Extensions hinzu.\r\nOb deren Verwendung in einem konkreten Kontext verpflichtend ist, muss in den abgeleiteten Profilen festgelegt werden.",
"copyright" : "HL7 Deutschland e.V.",
"fhirVersion" : "4.0.1",
"kind" : "complex-type",
"abstract" : false,
"type" : "Address",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Address",
"derivation" : "constraint",
"snapshot" : {
"element" : [
{
"id" : "Address",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Address",
"short" : "Eine Adresse gemäß postalischer Konventionen",
"definition" : "Eine Adresse gemäß postalischer Konventionen (im Gegensatz zu bspw. GPS-Koordinaten). Die Adresse kann sowohl zur Zustellung von Postsendungen oder zum Aufsuchen von Orten, die keine gültige Postadresse haben, verwendet werden.\r\n\r\nDie verwendeten Extensions in diesem Profil bilden die Struktur der Adresse ab, wie sie im VSDM-Format der elektronischen Versichertenkarte verwendet wird.\r\n\r\nInsbesondere bei ausländischen Adresse oder Adressen, die nicht durch Einlesen einer elektronischen Versichertenkarte erfasst wurden, sind abweichende Strukturen möglich. Die Verwendung der Extensions ist nicht verpflichtend.",
"comment" : "Note: address is intended to describe postal addresses for administrative purposes, not to describe absolute geographical coordinates. Postal addresses are often used as proxies for physical locations (also see the [Location](location.html#) resource).",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Address",
"min" : 0,
"max" : "*"
},
"example" : [
{
"label" : "Beispiel für einfache Adresse",
"valueAddress" : {
"use" : "home",
"type" : "postal",
"line" : [
"Musterweg 42"
],
"city" : "Musterhausen",
"postalCode" : "99999"
}
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "add-1",
"severity" : "error",
"human" : "Wenn die Extension 'Hausnummer' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty() or $this.hasValue())",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
},
{
"key" : "add-2",
"severity" : "error",
"human" : "Wenn die Extension 'Strasse' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() or $this.hasValue())",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
},
{
"key" : "add-3",
"severity" : "error",
"human" : "Wenn die Extension 'Postfach' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or $this.hasValue())",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
},
{
"key" : "add-4",
"severity" : "warning",
"human" : "Eine Postfach-Adresse darf nicht vom Type \"physical\" oder \"both\" sein.",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or $this.hasValue()) or type='postal' or type.empty()",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
},
{
"key" : "add-5",
"severity" : "error",
"human" : "Wenn die Extension 'Adresszusatz' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator').empty() or $this.hasValue())",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
},
{
"key" : "add-6",
"severity" : "warning",
"human" : "Wenn die Extension 'Postfach' verwendet wird, dürfen die Extensions 'Strasse' und 'Hausnummer' nicht verwendet werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or ($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() and $this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty()))",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
},
{
"key" : "add-7",
"severity" : "warning",
"human" : "Wenn die Extension 'Precinct' (Stadtteil) verwendet wird, dann muss diese Information auch als separates line-item abgebildet sein.",
"expression" : "extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct').empty() or all(line contains extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct').value.ofType(string))",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
}
],
"isModifier" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "XAD"
},
{
"identity" : "rim",
"map" : "AD"
},
{
"identity" : "servd",
"map" : "Address"
}
]
},
{
"id" : "Address.id",
"path" : "Address.id",
"representation" : [
"xmlAttr"
],
"short" : "Unique id for inter-element referencing",
"definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl" : "string"
}
],
"code" : "http://hl7.org/fhirpath/System.String"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Address.extension",
"path" : "Address.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"description" : "Extensions are always sliced by (at least) url",
"rules" : "open"
},
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Address.extension:Stadtteil",
"path" : "Address.extension",
"sliceName" : "Stadtteil",
"short" : "Stadt- oder Ortsteil",
"definition" : "A subsection of a municipality.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct"
]
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "ADXP[partType=PRE]"
}
]
},
{
"id" : "Address.use",
"path" : "Address.use",
"short" : "home | work | temp | old | billing - purpose of this address",
"definition" : "The purpose of this address.",
"comment" : "Applications can assume that an address is current unless it explicitly says that it is temporary or old.",
"requirements" : "Allows an appropriate address to be chosen from a list of many.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.use",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"example" : [
{
"label" : "General",
"valueCode" : "home"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : true,
"isModifierReason" : "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old address etc.for a current/permanent one",
"isSummary" : true,
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "AddressUse"
}
],
"strength" : "required",
"description" : "The use of an address.",
"valueSet" : "http://hl7.org/fhir/ValueSet/address-use|4.0.1"
},
"mapping" : [
{
"identity" : "v2",
"map" : "XAD.7"
},
{
"identity" : "rim",
"map" : "unique(./use)"
},
{
"identity" : "servd",
"map" : "./AddressPurpose"
}
]
},
{
"id" : "Address.type",
"path" : "Address.type",
"short" : "postal | physical | both",
"definition" : "Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.",
"comment" : "The definition of Address states that \"address is intended to describe postal addresses, not physical locations\". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the [Location](location.html#) resource).",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.type",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"example" : [
{
"label" : "General",
"valueCode" : "both"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "AddressType"
}
],
"strength" : "required",
"description" : "The type of an address (physical / postal).",
"valueSet" : "http://hl7.org/fhir/ValueSet/address-type|4.0.1"
},
"mapping" : [
{
"identity" : "v2",
"map" : "XAD.18"
},
{
"identity" : "rim",
"map" : "unique(./use)"
},
{
"identity" : "vcard",
"map" : "address type parameter"
}
]
},
{
"id" : "Address.text",
"path" : "Address.text",
"short" : "Text representation of the address",
"definition" : "Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts.",
"comment" : "Can provide both a text representation and parts. Applications updating an address SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.",
"requirements" : "A renderable, unencoded form.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.text",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"example" : [
{
"label" : "General",
"valueString" : "137 Nowhere Street, Erewhon 9132"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"mapping" : [
{
"identity" : "v2",
"map" : "XAD.1 + XAD.2 + XAD.3 + XAD.4 + XAD.5 + XAD.6"
},
{
"identity" : "rim",
"map" : "./formatted"
},
{
"identity" : "vcard",
"map" : "address label parameter"
}
]
},
{
"id" : "Address.line",
"path" : "Address.line",
"short" : "Straßenname mit Hausnummer oder Postfach sowie weitere Angaben zur Zustellung",
"definition" : "Diese Komponente kann Straßennamen, Hausnummer, Appartmentnummer, Postfach, c/o sowie weitere Zustellungshinweise enthalten. Die Informationen können in mehrere line-Komponenten aufgeteilt werden.\r\nBei Verwendung der Extensions, um Straße, Hausnnummer und Postleitzahl strukturiert zu übermitteln, müssen diese Informationen stets vollständig auch in der line-Komponente, die sie erweitern, enthalten sein, um es Systemen, die diese Extensions nicht verwenden zu ermöglichen, auf diese Informationen zugreifen zu können.",
"min" : 0,
"max" : "3",
"base" : {
"path" : "Address.line",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "string"
}
],
"orderMeaning" : "The order in which lines should appear in an address label",
"example" : [
{
"label" : "General",
"valueString" : "137 Nowhere Street"
},
{
"label" : "Beipiel für Adresszeile mit Extensions für Straße und Hausnummer",
"valueString" : "Musterweg 42",
"_valueString" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Musterweg"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "42"
}
]
}
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"mapping" : [
{
"identity" : "v2",
"map" : "XAD.1 + XAD.2 (note: XAD.1 and XAD.2 have different meanings for a company address than for a person address)"
},
{
"identity" : "rim",
"map" : "AD.part[parttype = AL]"
},
{
"identity" : "vcard",
"map" : "street"
},
{
"identity" : "servd",
"map" : "./StreetAddress (newline delimitted)"
}
]
},
{
"id" : "Address.line.id",
"path" : "Address.line.id",
"representation" : [
"xmlAttr"
],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "unique id for the element within a resource (for internal references)",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl" : "string"
}
],
"code" : "http://hl7.org/fhirpath/System.String"
}
],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "Address.line.extension",
"path" : "Address.line.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"ordered" : false,
"rules" : "open"
},
"short" : "Additional content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : false,
"isSummary" : false
},
{
"id" : "Address.line.extension:Strasse",
"path" : "Address.line.extension",
"sliceName" : "Strasse",
"short" : "Strassenname (ohne Hausnummer)",
"definition" : "Strassenname (ohne Hausnummer)\r\nBei Angabe einer Strasse in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"
]
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "ADXP[partType=STR]"
}
]
},
{
"id" : "Address.line.extension:Hausnummer",
"path" : "Address.line.extension",
"sliceName" : "Hausnummer",
"short" : "Hausnummer",
"definition" : "Hausnummer, sowie Zusätze (Appartmentnummer, Etage...)\r\nBei Angabe einer Hausnummer in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"
]
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "ADXP[partType=BNR]"
}
]
},
{
"id" : "Address.line.extension:Adresszusatz",
"path" : "Address.line.extension",
"sliceName" : "Adresszusatz",
"short" : "Adresszusatz",
"definition" : "Zusätzliche Informationen, wie z.B. \"3. Etage\", \"Appartment C\"\r\nBei Angabe einer Zusatzinformation in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator"
]
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "ADXP[partType=ADL]"
}
]
},
{
"id" : "Address.line.extension:Postfach",
"path" : "Address.line.extension",
"sliceName" : "Postfach",
"short" : "Postfach",
"definition" : "Postfach-Adresse.\r\nBei Angabe eines Postfaches in dieser Extension muss das Postfach auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.\r\nEine Postfach-Adresse darf nicht in Verbindung mit Address.type \"physical\" oder \"both\" verwendet werden.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox"
]
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source" : "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier" : false,
"isSummary" : false,
"mapping" : [
{
"identity" : "rim",
"map" : "ADXP[partType=POB]"
}
]
},
{
"id" : "Address.line.value",
"path" : "Address.line.value",
"representation" : [
"xmlAttr"
],
"short" : "Primitive value for string",
"definition" : "The actual value",
"min" : 0,
"max" : "1",
"base" : {
"path" : "string.value",
"min" : 0,
"max" : "1"
},
"type" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl" : "string"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/regex",
"valueString" : "[ \\r\\n\\t\\S]+"
}
],
"code" : "http://hl7.org/fhirpath/System.String"
}
],
"maxLength" : 1048576,
"isModifier" : false,
"isSummary" : false
},
{
"id" : "Address.city",
"path" : "Address.city",
"short" : "Name of city, town etc.",
"definition" : "The name of the city, town, suburb, village or other community or delivery center.",
"alias" : [
"Municpality"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.city",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"example" : [
{
"label" : "General",
"valueString" : "Erewhon"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"mapping" : [
{
"identity" : "v2",
"map" : "XAD.3"
},
{
"identity" : "rim",
"map" : "AD.part[parttype = CTY]"
},
{
"identity" : "vcard",
"map" : "locality"
},
{
"identity" : "servd",
"map" : "./Jurisdiction"
}
]
},
{
"id" : "Address.district",
"path" : "Address.district",
"short" : "District name (aka county)",
"definition" : "The name of the administrative area (county).",
"comment" : "District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead.",
"alias" : [
"County"
],
"min" : 0,
"max" : "0",
"base" : {
"path" : "Address.district",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"example" : [
{
"label" : "General",
"valueString" : "Madison"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"mapping" : [
{
"identity" : "v2",
"map" : "XAD.9"
},
{
"identity" : "rim",
"map" : "AD.part[parttype = CNT | CPA]"
}
]
},
{
"id" : "Address.state",
"path" : "Address.state",
"short" : "Bundesland",
"definition" : "Name (oder Kürzel) des Bundeslandes.",
"alias" : [
"Province",
"Territory"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.state",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"strength" : "preferred",
"valueSet" : "http://fhir.de/ValueSet/iso/bundeslaender"
},
"mapping" : [
{
"identity" : "v2",
"map" : "XAD.4"
},
{
"identity" : "rim",
"map" : "AD.part[parttype = STA]"
},
{
"identity" : "vcard",
"map" : "region"
},
{
"identity" : "servd",
"map" : "./Region"
}
]
},
{
"id" : "Address.postalCode",
"path" : "Address.postalCode",
"short" : "Postleitzahl",
"definition" : "Postleitzahl gemäß der im jeweiligen Land gültigen Konventionen",
"alias" : [
"Zip"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.postalCode",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"example" : [
{
"label" : "General",
"valueString" : "9132"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"mapping" : [
{
"identity" : "v2",
"map" : "XAD.5"
},
{
"identity" : "rim",
"map" : "AD.part[parttype = ZIP]"
},
{
"identity" : "vcard",
"map" : "code"
},
{
"identity" : "servd",
"map" : "./PostalIdentificationCode"
}
]
},
{
"id" : "Address.country",
"path" : "Address.country",
"short" : "Staat",
"definition" : "Staat (vorzugsweise als 2-Stelliger ISO-Ländercode).\r\nEs obliegt abgeleiteten Profilen, hier die Verwendung der ISO-Ländercodes verbindlich vorzuschreiben",
"comment" : "ISO 3166 3 letter codes can be used in place of a human readable country name.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.country",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"binding" : {
"strength" : "preferred",
"valueSet" : "http://hl7.org/fhir/ValueSet/iso3166-1-2"
},
"mapping" : [
{
"identity" : "v2",
"map" : "XAD.6"
},
{
"identity" : "rim",
"map" : "AD.part[parttype = CNT]"
},
{
"identity" : "vcard",
"map" : "country"
},
{
"identity" : "servd",
"map" : "./Country"
}
]
},
{
"id" : "Address.period",
"path" : "Address.period",
"short" : "Time period when address was/is in use",
"definition" : "Time period when address was/is in use.",
"requirements" : "Allows addresses to be placed in historical context.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.period",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "Period"
}
],
"example" : [
{
"label" : "General",
"valuePeriod" : {
"start" : "2010-03-23",
"end" : "2010-07-01"
}
}
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() or (children().count() > id.count())",
"xpath" : "@value|f:*|h:div",
"source" : "http://hl7.org/fhir/StructureDefinition/Element"
}
],
"isModifier" : false,
"isSummary" : true,
"mapping" : [
{
"identity" : "v2",
"map" : "XAD.12 / XAD.13 + XAD.14"
},
{
"identity" : "rim",
"map" : "./usablePeriod[type=\"IVL<TS>\"]"
},
{
"identity" : "servd",
"map" : "./StartDate and ./EndDate"
}
]
}
]
},
"differential" : {
"element" : [
{
"id" : "Address",
"path" : "Address",
"short" : "Eine Adresse gemäß postalischer Konventionen",
"definition" : "Eine Adresse gemäß postalischer Konventionen (im Gegensatz zu bspw. GPS-Koordinaten). Die Adresse kann sowohl zur Zustellung von Postsendungen oder zum Aufsuchen von Orten, die keine gültige Postadresse haben, verwendet werden.\r\n\r\nDie verwendeten Extensions in diesem Profil bilden die Struktur der Adresse ab, wie sie im VSDM-Format der elektronischen Versichertenkarte verwendet wird.\r\n\r\nInsbesondere bei ausländischen Adresse oder Adressen, die nicht durch Einlesen einer elektronischen Versichertenkarte erfasst wurden, sind abweichende Strukturen möglich. Die Verwendung der Extensions ist nicht verpflichtend.",
"example" : [
{
"label" : "Beispiel für einfache Adresse",
"valueAddress" : {
"use" : "home",
"type" : "postal",
"line" : [
"Musterweg 42"
],
"city" : "Musterhausen",
"postalCode" : "99999"
}
}
],
"constraint" : [
{
"key" : "add-1",
"severity" : "error",
"human" : "Wenn die Extension 'Hausnummer' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty() or $this.hasValue())",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
},
{
"key" : "add-2",
"severity" : "error",
"human" : "Wenn die Extension 'Strasse' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() or $this.hasValue())",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
},
{
"key" : "add-3",
"severity" : "error",
"human" : "Wenn die Extension 'Postfach' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or $this.hasValue())",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
},
{
"key" : "add-4",
"severity" : "warning",
"human" : "Eine Postfach-Adresse darf nicht vom Type \"physical\" oder \"both\" sein.",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or $this.hasValue()) or type='postal' or type.empty()",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
},
{
"key" : "add-5",
"severity" : "error",
"human" : "Wenn die Extension 'Adresszusatz' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator').empty() or $this.hasValue())",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
},
{
"key" : "add-6",
"severity" : "warning",
"human" : "Wenn die Extension 'Postfach' verwendet wird, dürfen die Extensions 'Strasse' und 'Hausnummer' nicht verwendet werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or ($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() and $this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty()))",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
},
{
"key" : "add-7",
"severity" : "warning",
"human" : "Wenn die Extension 'Precinct' (Stadtteil) verwendet wird, dann muss diese Information auch als separates line-item abgebildet sein.",
"expression" : "extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct').empty() or all(line contains extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct').value.ofType(string))",
"source" : "http://fhir.de/StructureDefinition/address-de-basis"
}
]
},
{
"id" : "Address.extension:Stadtteil",
"path" : "Address.extension",
"sliceName" : "Stadtteil",
"short" : "Stadt- oder Ortsteil",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct"
]
}
]
},
{
"id" : "Address.line",
"path" : "Address.line",
"short" : "Straßenname mit Hausnummer oder Postfach sowie weitere Angaben zur Zustellung",
"definition" : "Diese Komponente kann Straßennamen, Hausnummer, Appartmentnummer, Postfach, c/o sowie weitere Zustellungshinweise enthalten. Die Informationen können in mehrere line-Komponenten aufgeteilt werden.\r\nBei Verwendung der Extensions, um Straße, Hausnnummer und Postleitzahl strukturiert zu übermitteln, müssen diese Informationen stets vollständig auch in der line-Komponente, die sie erweitern, enthalten sein, um es Systemen, die diese Extensions nicht verwenden zu ermöglichen, auf diese Informationen zugreifen zu können.",
"max" : "3",
"example" : [
{
"label" : "Beipiel für Adresszeile mit Extensions für Straße und Hausnummer",
"valueString" : "Musterweg 42",
"_valueString" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Musterweg"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "42"
}
]
}
}
]
},
{
"id" : "Address.line.extension:Strasse",
"path" : "Address.line.extension",
"sliceName" : "Strasse",
"short" : "Strassenname (ohne Hausnummer)",
"definition" : "Strassenname (ohne Hausnummer)\r\nBei Angabe einer Strasse in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"
]
}
]
},
{
"id" : "Address.line.extension:Hausnummer",
"path" : "Address.line.extension",
"sliceName" : "Hausnummer",
"short" : "Hausnummer",
"definition" : "Hausnummer, sowie Zusätze (Appartmentnummer, Etage...)\r\nBei Angabe einer Hausnummer in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"
]
}
]
},
{
"id" : "Address.line.extension:Adresszusatz",
"path" : "Address.line.extension",
"sliceName" : "Adresszusatz",
"short" : "Adresszusatz",
"definition" : "Zusätzliche Informationen, wie z.B. \"3. Etage\", \"Appartment C\"\r\nBei Angabe einer Zusatzinformation in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator"
]
}
]
},
{
"id" : "Address.line.extension:Postfach",
"path" : "Address.line.extension",
"sliceName" : "Postfach",
"short" : "Postfach",
"definition" : "Postfach-Adresse.\r\nBei Angabe eines Postfaches in dieser Extension muss das Postfach auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.\r\nEine Postfach-Adresse darf nicht in Verbindung mit Address.type \"physical\" oder \"both\" verwendet werden.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox"
]
}
]
},
{
"id" : "Address.district",
"path" : "Address.district",
"max" : "0"
},
{
"id" : "Address.state",
"path" : "Address.state",
"short" : "Bundesland",
"definition" : "Name (oder Kürzel) des Bundeslandes.",
"binding" : {
"strength" : "preferred",
"valueSet" : "http://fhir.de/ValueSet/iso/bundeslaender"
}
},
{
"id" : "Address.postalCode",
"path" : "Address.postalCode",
"short" : "Postleitzahl",
"definition" : "Postleitzahl gemäß der im jeweiligen Land gültigen Konventionen"
},
{
"id" : "Address.country",
"path" : "Address.country",
"short" : "Staat",
"definition" : "Staat (vorzugsweise als 2-Stelliger ISO-Ländercode).\r\nEs obliegt abgeleiteten Profilen, hier die Verwendung der ISO-Ländercodes verbindlich vorzuschreiben",
"binding" : {
"strength" : "preferred",
"valueSet" : "http://hl7.org/fhir/ValueSet/iso3166-1-2"
}
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.